home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-06-02 | 399 b | 16 lines |
- [ActionButtonText]
- rename
- [ActionFilename]
- %TEMP%\\MP3extCmd.js
- [ActionHeaderFormat]
- var fso;var f;var s;
- [ActionFileFormat]
- s = "$(track2) - $(title).mp3";
- fso = new ActiveXObject("Scripting.FileSystemObject");
- //WScript.Echo("$(file2)" + s);
- f = fso.GetFile("$(file2)");
- if ( !fso.FileExists("$(Path2)" + s))f.name = s;
- else
- WScript.Echo("File " + "$(Path2)" + s + " exists.");
-
-